home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / 3861.ZIP / OTHER / STRAXGEN.DOC < prev    next >
Text File  |  1993-10-01  |  4KB  |  118 lines

  1.  
  2.  
  3.      +====================================+
  4.      |                                    | #
  5.      |            S T R A X G E N         | #
  6.      |                                    | #
  7.      +====================================+ #
  8.       #######################################
  9.  
  10.  
  11.   Generic output DAC modification program for
  12.  
  13.                  S C O P T R A X
  14.  
  15.                  by Chris S. Craig
  16.                     PO Box 9051
  17.                     St. John's
  18.                     NF
  19.                     A1A 2X3
  20.                     CANADA
  21.  
  22.  
  23.       Documentation by  Neil Johnson
  24.                         2 Chapel Field
  25.                         Dixter Road
  26.                         Northiam
  27.                         East Sussex
  28.                         TN31  6PQ
  29.                         UNITED KINGDOM
  30.  
  31. =======================================================
  32.  
  33. 1.  Introduction
  34.  
  35.  
  36.        STRAXGEN was written by Chris Craig to modify version 1.0 of
  37.        SCOPTRAX to enable it to send data to any PC I/O port.  This
  38.        enables SCOPTRAX to play samples through all manner of home-brew
  39.        DAC cards, including the InterCard 1, as published in October and
  40.        November 1992 editions of Electronics Today International.  This
  41.        design, by Neil Johnson, incorporates an audio DAC, ADC and two
  42.        digital interface ports.
  43.  
  44.        STRAXGEN is distributed under certain conditions, outlined here.
  45.  
  46.              STRAXGEN is Copyright (C) August 1993 Chris S. Craig
  47.  
  48.              UNDER NO CIRCUMSTANCES SHOULD THE MODIFIED
  49.              SCOPTRAX.EXE FILE BE DISTRIBUTED.  ONLY THE
  50.              ORIGINAL SCOPTRAX.ZIP FILE MAY BE DISTRIBUTED.
  51.  
  52.              This code may be freely distributed provided that the
  53.              copyright notice is not removed and users are presented
  54.              with the above message.
  55.  
  56.              Donation greatly appreciated (see SCOPTRAX.DOC for more
  57.              info.)
  58.  
  59.  
  60.        This documentation is written by Neil Johnson to facilitate the use
  61.        of STRAXGEN by users of the InterCard 1.
  62.  
  63.        DISCLAIMER:
  64.  
  65.        Neither the original author of STRAXGEN, Chris S. Craig, nor the author
  66.        of this documentation, Neil Johnson, are liable to anyone in any way
  67.        whatsoever for any damage or loss arising from the use or mis-use of
  68.        STRAXGEN.
  69.  
  70.  
  71.  
  72. 2.  Where to get SCOPTRAX
  73.  
  74.        SCOPTRAX is available from the Public Domain Software Library, volume
  75.        number 3676.  The Library is at the following address:
  76.  
  77.               The Public Domain Software Library
  78.               Winscombe House
  79.               Beacon Road
  80.               Crowborough
  81.               Sussex
  82.               TN6  1UL
  83.  
  84.               Tel: 0892-663298
  85.  
  86.  
  87.  
  88. 3.  How to use STRAXGEN
  89.  
  90.        STRAXGEN will only operate on the version of SCOPTRAX to be found in
  91.        the current directory.  If there is no version of SCOPTRAX to be found
  92.        STRAXGEN will not run and display an error message.
  93.  
  94.        IMPORTANT: this version of STRAXGEN will only correctly modify version
  95.                   1.0 of SCOPTRAX.  If you have a later edition of SCOPTRAX
  96.                   do not run this program.  Irreparable damage to SCOPTRAX
  97.                   will occur !   You have been warned.
  98.  
  99.        To run STRAXGEN you simply type the name of the program followed by the
  100.        address, in hexadecimal, of the DAC card. In the case of the InterCard 1
  101.        this is the BASE ADDRESS.  For example, if the InterCard 1 is at address
  102.        300 hex, you would enter as follows:
  103.  
  104.                STRAXGEN 300
  105.  
  106.        The version of SCOPTRAX in the current directory will be modified to
  107.        allow the use of the InterCard (or any other DAC card) for the playing
  108.        of samples.
  109.  
  110.        To actually inform SCOPTRAX to use the DAC card at the address you have
  111.        specified simply choose the 'DAC at LPT1' option in the SOUND submenu.
  112.        Once selected, samples will be played through the InterCard 1.
  113.  
  114.        Please note that this is a one-way conversion.  Once SCOPTRAX.EXE has
  115.        been modified by STRAXGEN there is no way to reset the original
  116.        function of playing samples through the LPT1 port.  This may be fixed
  117.        in the next version of SCOPTRAX.
  118.